Skip to content

ci: strip deploy job from release workflow#9

Merged
jeremyeder merged 1 commit intomainfrom
strip-deploy-job
Mar 24, 2026
Merged

ci: strip deploy job from release workflow#9
jeremyeder merged 1 commit intomainfrom
strip-deploy-job

Conversation

@jeremyeder
Copy link
Copy Markdown
Contributor

Summary

  • Remove the OpenShift deploy job since there's no deploy target yet
  • Keep release, build, and manifest merge to push images to Quay
  • Rename workflow from "Release & Deploy" to "Release & Push"

🤖 Generated with Claude Code

Remove the OpenShift deploy job since there's no deploy target yet.
Keep release, build, and manifest merge to push images to Quay.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@jeremyeder jeremyeder merged commit 4717397 into main Mar 24, 2026
3 of 5 checks passed
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 24, 2026

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 9b5600d0-d90a-49c9-aa67-670e1438705b

📥 Commits

Reviewing files that changed from the base of the PR and between 26f7023 and 8223fa9.

📒 Files selected for processing (1)
  • .github/workflows/deploy.yml

Cache: Disabled due to data retention organization setting

Knowledge base: Disabled due to data retention organization setting


Walkthrough

The GitHub Actions workflow display name changes from "Release & Deploy" to "Release & Push". The entire deploy job is removed, eliminating OpenShift deployment functionality including environment setup, image pull secret creation, kustomize overlay application, and rollout status verification.

Changes

Cohort / File(s) Summary
Workflow Configuration
.github/workflows/deploy.yml
Workflow name updated from "Release & Deploy" to "Release & Push". Complete removal of the deploy job (44 lines), which handled OpenShift deployment tasks including CLI setup, Kubernetes secret creation, kustomize overlay application with image tag updates, and rollout status monitoring.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch strip-deploy-job

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant